home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / (Vol E-12) May 21 2012.iso / interface / it.dig / scripts / DefineSprite_232 / frame_1 / DoAction.as < prev   
Text File  |  2012-05-21  |  3KB  |  75 lines

  1. _root.onEnterFrame = function()
  2. {
  3.    var _loc1_ = _root;
  4.    _loc1_.secoes.ess.bot_1.onRelease = function()
  5.    {
  6.       var _loc1_ = _root;
  7.       _loc1_.nome = "DirectX 9";
  8.       _loc1_.secoes.descricoes.descricao.text = "Download the latest version of DirectX 9, an essential software required for many games in  Windows. NB.: You need to be connected to the Internet";
  9.       _loc1_.licenca = "";
  10.       _loc1_.comando = "run.app";
  11.       _loc1_.caminho = "\\Essentials\\DirectX\\dxsetup.exe";
  12.       loadMovie("interface\\imagens\\directx9.jpg","_root.secoes.descricoes.destino");
  13.    };
  14.    _loc1_.secoes.ess.bot_2.onRelease = function()
  15.    {
  16.       var _loc1_ = _root;
  17.       _loc1_.nome = "DLLs";
  18.       _loc1_.secoes.descricoes.descricao.text = "Files required for you to be able to run your games perfectly";
  19.       _loc1_.licenca = "";
  20.       _loc1_.comando = "run.app";
  21.       _loc1_.caminho = "\\Essentials\\DLLs.exe";
  22.       loadMovie("interface\\imagens\\padrao.jpg","_root.secoes.descricoes.destino");
  23.    };
  24.    _loc1_.secoes.ess.bot_3.onRelease = function()
  25.    {
  26.       var _loc1_ = _root;
  27.       _loc1_.nome = "Win Rar";
  28.       _loc1_.secoes.descricoes.descricao.text = "Software for decompacting files";
  29.       _loc1_.licenca = "";
  30.       _loc1_.comando = "run.app";
  31.       _loc1_.caminho = "\\Essentials\\Winrar\\wrar300.exe";
  32.       loadMovie("interface\\imagens\\winrar.jpg","_root.secoes.descricoes.destino");
  33.    };
  34.    _loc1_.secoes.ess.bot_4.onRelease = function()
  35.    {
  36.       var _loc1_ = _root;
  37.       _loc1_.nome = "Shockwave";
  38.       _loc1_.secoes.descricoes.descricao.text = "Program required to be able to play certain games";
  39.       _loc1_.licenca = "";
  40.       _loc1_.comando = "run.app";
  41.       _loc1_.caminho = "\\Essentials\\Flash_Shockwave_Full.exe";
  42.       loadMovie("interface\\imagens\\padrao.jpg","_root.secoes.descricoes.destino");
  43.    };
  44.    _loc1_.secoes.ess.bot_5.onRelease = function()
  45.    {
  46.       var _loc1_ = _root;
  47.       _loc1_.nome = "Flash Player";
  48.       _loc1_.secoes.descricoes.descricao.text = "Latest version of the plug-in for the Web\'s main animation format";
  49.       _loc1_.licenca = "";
  50.       _loc1_.comando = "run.app";
  51.       _loc1_.caminho = "\\Essentials\\install_flash_player_6_ax.exe";
  52.       loadMovie("interface\\imagens\\flashplayer.jpg","_root.secoes.descricoes.destino");
  53.    };
  54.    _loc1_.secoes.ess.bot_6.onRelease = function()
  55.    {
  56.       var _loc1_ = _root;
  57.       _loc1_.nome = "Windows Media Player";
  58.       _loc1_.secoes.descricoes.descricao.text = "Player required for running certain videos";
  59.       _loc1_.licenca = "";
  60.       _loc1_.comando = "run.app";
  61.       _loc1_.caminho = "\\Essentials\\WINPLAYER9\\MPSETUP.EXE";
  62.       loadMovie("interface\\imagens\\Winplayer.jpg","_root.secoes.descricoes.destino");
  63.    };
  64.    _loc1_.secoes.ess.bot_7.onRelease = function()
  65.    {
  66.       var _loc1_ = _root;
  67.       _loc1_.nome = "DivX";
  68.       _loc1_.secoes.descricoes.descricao.text = "Program required to run certain videos";
  69.       _loc1_.licenca = "";
  70.       _loc1_.comando = "run.app";
  71.       _loc1_.caminho = "\\Essentials\\DIVX503.EXE";
  72.       loadMovie("interface\\imagens\\divx.jpg","_root.secoes.descricoes.destino");
  73.    };
  74. };
  75.